home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / PartGraphicInspector.nib / data.classes < prev    next >
Encoding:
Text File  |  1996-02-24  |  1.3 KB  |  90 lines

  1. Inspector = {
  2.     ACTIONS = {
  3.     revert:;
  4.     ok:;
  5.     };
  6.     OUTLETS = {
  7.     selectedGraphic;
  8.     slist;
  9.     controller;
  10.     graphicView;
  11.     panel;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. GrayFancyView = {
  16.     ACTIONS = {
  17.     setGray:;
  18.     setExactGray:;
  19.     };
  20.     OUTLETS = {
  21.     grayViewMatrix;
  22.     };
  23.     SUPERCLASS = GrayView;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. GeneralTextInspector = {
  31.     ACTIONS = {
  32.     takeRepresentationFrom:;
  33.     changeBorderType:;
  34.     changeBgGray:;
  35.     changeRepresentation:;
  36.     takeBgGrayFrom:;
  37.     takeAlignmentFrom:;
  38.     takeTextGrayFrom:;
  39.     changeAlignment:;
  40.     ok:;
  41.     changeTextGray:;
  42.     takeBorderTypeFrom:;
  43.     revert:;
  44.     };
  45.     OUTLETS = {
  46.     textInspectorView;
  47.     alignmentMatrix;
  48.     bgGrayMatrix;
  49.     fixedListSuper;
  50.     fixedListHiderView;
  51.     borderTypeMatrix;
  52.     fixedListRepMatrix;
  53.     fixedHoldingView;
  54.     textGrayMatrix;
  55.     };
  56.     SUPERCLASS = Inspector;
  57. };
  58. BoxGraphicInspector = {
  59.     ACTIONS = {
  60.     changeBgGrayWithMatrix:;
  61.     changeBgGray:;
  62.     changeBorderCol:;
  63.     changeBoxType:;
  64.     changeBgColor:;
  65.     changeBorderGray:;
  66.     changeUseCustom:;
  67.     changeBorderGrayWithMatrix:;
  68.     };
  69.     OUTLETS = {
  70.     borderGraySlider;
  71.     bgGrayMatrix;
  72.     borderColorWell;
  73.     styleIsCustomSwitch;
  74.     borderGrayMatrix;
  75.     bgGraySlider;
  76.     bgColorWell;
  77.     boxTypeMatrix;
  78.     };
  79.     SUPERCLASS = Inspector;
  80. };
  81. GrayView = {
  82.     ACTIONS = {
  83.     setGray:;
  84.     };
  85.     OUTLETS = {
  86.     grayViewSlider;
  87.     };
  88.     SUPERCLASS = View;
  89. };
  90.